home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 13 / Inside QuickTime and Components / Debugger Extensions / !ReadMe
Encoding:
Text File  |  1993-03-08  |  760 b   |  22 lines  |  [TEXT/MPS ]

  1. # Makemxbm is an MPW script which makes 'mxbm' resources from C header files.
  2. # It uses the debugit MPW tool
  3. # By default, it will select the "Debugger Prefs" file 
  4. # in your System Folder. If it is not there, it will
  5. # prompt you for a file.
  6. # Examples
  7.  
  8. makemxbm {CIncludes}Movies.h MoviesDispatch 128
  9. makemxbm
  10.  
  11. # Makeuserarea is an MPW script which makes a TMON Pro Angus User Area
  12. # It uses the debugit MPW tool
  13. # An Angus User Area lets you view function names
  14. # within TMON Pro instead of A-traps and selectors
  15. # It also creates aliases which let you type the 
  16. # name of the routine at the command line to set 
  17. # a trap action.
  18. # See develop 13 for more info
  19. # This version of the script requires TmonTypes.r
  20.  
  21. makeuserarea {CIncludes}Movies.h
  22. makeuserarea